home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 22
/
Creative-Review-CD-ROM-22.iso
/
mac
/
IMAGE
/
crmar97.dir
/
00305_Script_About Script
< prev
next >
Wrap
Text File
|
1997-02-05
|
502b
|
19 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10,11,12,13")
end
on exitFrame
global dest
put "none" into dest
hideObjects("14,15,16,17,18,19,20,21,22,23,24,25,26,27,46,47,48")
rollOver2("14,21,About Catalogues,15,22,About CDs,16,23,About Image Index,17,24,About Showreels,18,25,About Bureau,19,26,About Offices,20,27,Pre Background")
rollOver1("46,Contents,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end